home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- if the hilite of cast "oilgrease" = 1 then
- set the visible of sprite 34 to 0
- set the visible of sprite 35 to 0
- set the visible of sprite 36 to 0
- set the visible of sprite 37 to 0
- set the visible of sprite 38 to 0
- set the visible of sprite 39 to 0
- set the visible of sprite 40 to 0
- set the visible of sprite 41 to 0
- set the visible of sprite 68 to 0
- set the visible of sprite 69 to 0
- set the visible of sprite 70 to 0
- set the visible of sprite 71 to 0
- set the visible of sprite 56 to 0
- set the visible of sprite 57 to 0
- set the visible of sprite 58 to 0
- set the visible of sprite 59 to 0
- set the visible of sprite 66 to 0
- set the visible of sprite 67 to 0
- end if
- if the hilite of cast "oilgrease" = 0 then
- if the hilite of cast "extremetemp" = 0 then
- set the visible of sprite 34 to 1
- set the visible of sprite 35 to 1
- set the visible of sprite 36 to 1
- set the visible of sprite 37 to 1
- set the visible of sprite 38 to 1
- set the visible of sprite 39 to 1
- set the visible of sprite 40 to 1
- set the visible of sprite 41 to 1
- set the visible of sprite 68 to 1
- set the visible of sprite 69 to 1
- set the visible of sprite 70 to 1
- set the visible of sprite 71 to 1
- set the visible of sprite 56 to 1
- set the visible of sprite 57 to 1
- set the visible of sprite 58 to 1
- set the visible of sprite 59 to 1
- set the visible of sprite 66 to 1
- set the visible of sprite 67 to 1
- end if
- end if
- end
-